sub MenuDraw
{
		SetFontColor(255,255,255,50,50,255);
		if(StageState==Menu)
		{
/////////////////////////////////////////////////////////////////////////////
////////////////////////j[`敔/////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
		if(MenuState==Menu)
		{
		DrawStageSelect(60,20,255,255,255,50,50,255);
	//	DrawLevel(70,55,255,255,255,50,50,255);
		DrawText("Stage",70,55,18,255);
		DrawText(NumToString(SpellLevel),25,55,20,255);

	//	DrawText("Be_",260,25,12,255);
		DrawText("NAZNV",240,40,12,255);
		DrawText("vC",240,55,12,255);

		let second=GetCommonDataDefaultEx(NsScore,NsPlayTime,0)/60;
		let minite=trunc(second/60);
		let hour=trunc(minite/60);
		SetFontColor(255,255,255,155,250,255);
	//	DisPlayNumber(400,30,AllScore,0);//_\
		DisPlayNumber(370,45,SuccessSceneNum,0);//NAV[\
		DrawText("/",380,40,12,255);
		DisPlayNumber(400,45,AllSceneNum,0);//V[\
		DisPlayNumber(400,60.5,second-60*minite,0);//vCԂ̕\ibj
		DrawText(":",385,55,12,255);
		DisPlayNumber(380,60.5,minite-60*hour,0);//vCԂ̕\ij
		DrawText(":",365,55,12,255);
		DisPlayNumber(360,60.5,hour,0);//vCԂ̕\(j

		if(ShootFlag[SpellLevel]==true)
		{
		SetFontColor(255,255,255,50,50,255);
		
		let N=SpellSelect+SpellLevel*10;
			ascent(let i in 1+(SpellLevel)*10..10+(SpellLevel)*10)
			{
			if(SpellCardScScript[i]!=SpellCardScScript[0])
			{
				if(SpellSelect==i-(SpellLevel)*10)
				{
					SetFontColor(255,255,255,155,250,255);
				//	DrawScene(80,55+i*25-(SpellLevel)*250,255,255,255,155,250,255);
					DrawText("Section",60,45+i*35-(SpellLevel)*350,18,255);
					DrawText(NumToString(i-(SpellLevel)*10),25,45+i*35-(SpellLevel)*350,18,255);

						if(GetCommonDataDefaultEx(NsScore,Player1Hiscore[i],0)!=0)
						{
							DrawSumi(35,45+i*35-(SpellLevel)*350,255,255,255,255,155,250,255);
							SetFontColor(255,255,255,50,50,255);
						}
						SetFontColor(255,255,255,50,50,255);
				}
				else
				{
					SetFontColor(255,255,255,50,50,255);
				//	DrawScene(80,55+i*25-(SpellLevel)*250,255,255,255,50,50,255);
					DrawText("Section",60,45+i*35-(SpellLevel)*350,18,255);
					DrawText(NumToString(i-(SpellLevel)*10),25,45+i*35-(SpellLevel)*350,18,255);

						if(GetCommonDataDefaultEx(NsScore,Player1Hiscore[i],0)!=0)
						{
							DrawSumi(35,45+i*35-(SpellLevel)*350,255,255,255,255,50,50,255);
						}
				}				
			}
			}
		}
		else
		{
			SetFontColor(255,255,255,50,50,255);
			DrawText("STAGE      SECTIONȏNA",170,185,14,255);
			DrawText(NumToString(SpellLevel-1),138,185,14,255);
			DrawText(NumToString(FlagLevelNum[SpellLevel]),173,185,14,255);
			if(FlagLevelSuccessSceneNum[SpellLevel]!=0)
			{
			DrawText("܂   SECTIONȏNA",185,210,14,255);
			DrawText(NumToString(FlagLevelSuccessSceneNum[SpellLevel]),153,210,14,255);
			}
		}
		}
/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////XyI`敔/////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////
		if(MenuState==MenuDifficult)
		{			
		SetFontColor(255,255,255,50,50,255);
/*
	if(GetCommonDataDefault("SnapShooting",false)==false)
	{
		DrawText("CurrentBestShotScore",90,45,18,255);

		DrawText(NumToString(GetCommonDataDefaultEx(NsScore,Player1HiPhoto[SpellSelect+(SpellLevel)*10],0)),240,45,18,255);

	}

		if(GetCommonDataDefault("DefeatBoss",false))
		{
			DrawText("BeI",80,420,18,255);
		}
		else
		{
			DrawText("Bes",80,420,18,255);
		}
*/
			if(Select==EASY)
			{
				SetFontColor(255,255,255,155,250,255);
				DrawText("Ē",80,320,18,255);
			}
			else
			{
				SetFontColor(255,255,255,50,50,255);
				DrawText("Ē",80,320,18,255);
			}

			if(Select==NORMAL)
			{
				SetFontColor(255,255,255,155,250,255);
				DrawText("߂",80,350,18,255);
			}
			else
			{
				SetFontColor(255,255,255,50,50,255);
				DrawText("߂",80,350,18,255);
			}

			if(Select==HARD)
			{
				SetFontColor(255,255,255,155,250,255);
				DrawText("I",80,380,18,255);
			}
			else
			{
				SetFontColor(255,255,255,50,50,255);
			//	SetFontColor(255,255,255,255,255,255);
				DrawText("I",80,380,18,255);
			//	DrawText("uH[ebNXv",50,380,28,255);
			}
		}
//////////////////////////////////////////////////////////////////////////////////////
	}
}	
